github.com/klauspost/compress/zstd.fseDecoder.norm (field)

9 uses

	github.com/klauspost/compress/zstd (current package)
		fse_decoder.go#L42: 	norm       [maxSymbolValue + 1]int16
		fse_decoder.go#L106: 				s.norm[uint8(charnum)] = 0
		fse_decoder.go#L147: 		s.norm[charnum&0xff] = int16(count)
		fse_decoder.go#L205: 	fatalErr(binary.Read(r, binary.LittleEndian, &s.norm))
		fse_decoder_amd64.go#L38: 		norm:       &s.norm[0],
		fse_predefined.go#L117: 				copy(f.norm[:], []int16{4, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1,
		fse_predefined.go#L124: 				copy(f.norm[:], []int16{
		fse_predefined.go#L131: 				copy(f.norm[:], []int16{
		fse_predefined.go#L148: 			copy(enc.norm[:], f.norm[:])